pcx: Remove unwanted character.
authoroliskoli <oliskoli>
Thu, 6 Sep 2007 20:58:20 +0000 (20:58 +0000)
committeroliskoli <oliskoli>
Thu, 6 Sep 2007 20:58:20 +0000 (20:58 +0000)
pcx.c

diff --git a/pcx.c b/pcx.c
index 6b94da33527977cacf3341d0ff9f2f41cd980900..7401e147e354e50db86127b149bc420bd0b34c84 100644 (file)
--- a/pcx.c
+++ b/pcx.c
@@ -82,7 +82,7 @@ static void
 data_read(void)
 {
        char name[7], desc[41];
-       double lat = 0, lon = 0;:
+       double lat = 0, lon = 0;
        long alt; 
        int symnum;
        char date[10];